object fEzSFile: TfEzSFile Left = 258 Top = 119 Width = 478 Height = 420 Caption = 'BootMagic System File Editor' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object PanelTop: TPanel Left = 0 Top = 0 Width = 470 Height = 65 Align = alTop BevelOuter = bvNone TabOrder = 0 object lblFileName: TIntlLabel Left = 20 Top = 16 Width = 50 Height = 13 Caption = '&File Name:' FocusControl = cbxFileName end object lblPath: TIntlLabel Left = 168 Top = 16 Width = 25 Height = 13 Caption = 'Path:' end object lblPathName: TIntlLabel Left = 168 Top = 37 Width = 15 Height = 13 Caption = 'C:' end object cbxFileName: TComboBox Left = 20 Top = 32 Width = 117 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = cbxFileNameChange end end object PanelBottom: TPanel Left = 0 Top = 346 Width = 470 Height = 47 Align = alBottom BevelOuter = bvNone TabOrder = 4 object btnClose: TButton Left = 109 Top = 12 Width = 75 Height = 25 Cancel = True Caption = '&Close' TabOrder = 0 OnClick = btnCloseClick end object btnSave: TButton Left = 197 Top = 12 Width = 75 Height = 25 Caption = '&Save' TabOrder = 1 OnClick = btnSaveClick end object btnHelp: TButton Left = 285 Top = 12 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = btnHelpClick end end object PanelClient: TPanel Left = 20 Top = 65 Width = 430 Height = 281 Align = alClient BevelOuter = bvNone TabOrder = 1 object lblAttributes: TIntlLabel Left = 0 Top = 268 Width = 430 Height = 13 Align = alBottom Caption = 'Read Only' end object FileMemo: TMemo Left = 0 Top = 0 Width = 430 Height = 268 Align = alClient ScrollBars = ssBoth TabOrder = 0 WordWrap = False end end object PanelLeft: TPanel Left = 0 Top = 65 Width = 20 Height = 281 Align = alLeft BevelOuter = bvNone TabOrder = 2 end object PanelRight: TPanel Left = 450 Top = 65 Width = 20 Height = 281 Align = alRight BevelOuter = bvNone TabOrder = 3 end end